home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 PPC / Lib / ospath.py < prev    next >
Encoding:
Text File  |  1996-05-19  |  68 b   |  4 lines  |  [TEXT/Pyth]

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.